home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
AdobeExamples
/
NX_Hello
/
PB.project
< prev
next >
Wrap
Text File
|
1992-12-19
|
620b
|
29 lines
INSTALLDIR = "$(HOME)/Apps";
APPICON = Icon.tiff;
GENERATEMAIN = YES;
DOCICONFILES = ();
FILESTABLE = {
M_FILES = (HelloWorld_main.m);
OTHER_LINKED = ();
H_FILES = (WorldView.h);
CLASSES = (WorldView.m);
IMAGES = ();
PSW_FILES = ();
C_FILES = ();
OTHER_SOURCES = ();
PSWM_FILES = ();
SOUNDS = ();
OTHER_LIBS = (Media_s, NeXT_s);
INTERFACES = (HelloWorld.nib);
};
APPCLASS = Application;
MAINNIB = HelloWorld;
DOCEXTENSIONS = ();
PROJECTTYPE = Application;
LOCALIZABLE_FILES = {
};
PROJECTVERSION = 1.1;
PROJECTNAME = HelloWorld;
SYSTEMEXTENSIONS = ();
LANGUAGE = English;